.main, .soundButton
{
    display:        block;
    margin:         12px 0 0 16px;
    vertical-align: middle;
    border:         2px solid #518DB9;
    border-radius:  5px;
    background:     white;
    box-shadow:     #518DB9 1px 1px 0,
                    #518DB9 2px 2px 0,
                    #518DB9 3px 3px 0,
                    #518DB9 4px 4px 0,
                    #518DB9 5px 5px 0,
                    #518DB9 6px 6px 0,
                    #518DB9 7px 7px 0,
                    #518DB9 8px 8px 0;
}


#soundButtons
{
    display:         flex;
    align-items:     self-start;
    flex-wrap:       wrap;
    justify-content: start;
    justify-items:   start;
}

.soundButton
{
    font-size:  small;
    min-width:  150px;
    max-width:  150px;
    max-height: 50px;
    transition: 0.25s all;
    color:      #518DB9;
}

.soundButton:hover
{
    position:   relative;
    top:        8px;
    left:       8px;
    min-width:  150px;
    max-width:  150px;
    max-height: 50px;
    margin:     12px 0 0 16px;
    box-shadow: none;

}

.form-check-input:checked
{
    background-color: #F45702;
}
/*.contact-us {*/
/*    background: #f8f4e5;*/
/*    padding: 50px 100px;*/
/*    border-top: 10px solid #f45702;*/
/*}*/


#upload-container label, input, textarea
{
    display:     block;
    width:       100%;
    line-height: 24pt;
}

#country
{
    font-size: smaller;
    width:     20%;
}

#upload-container input
{
    margin-bottom: 24pt;
}

#upload-container h3
{
    font-size:   10pt;
    font-weight: normal;
    font-style:  italic;
    line-height: 24pt;
    margin:      0 0 0.5em 0;
	display:inline-block;
}

#upload-container span
{
    font-size: 8pt;
}

#upload-container em
{
    font-weight: bold;
    color:       #F45702;
}

#submit, #uploadFile
{
    margin-top: 2em;
}

input:focus, textarea:focus
{
    border: 1px solid #6BD4B1;
}

textarea
{
    resize: none;
}


button:hover
{
    color:         #F45702;
    border-bottom: 2px solid #F45702;
    background:    inherit;
}

::selection
{
    background: #FFC7B8;
}


input[type=submit]
{
    cursor:     pointer;
    transition: 0.5s;
}

input[type=submit]:hover
{
    color:            white;
    background-color: #6BD4B1;
}

#animPreview
{
    width:      150px;
    /*display: block;*/
    /*margin:0 auto 0 auto;*/
    height:     150px;
    background: cornflowerblue;
}

#specs img{
	max-width:100%;
	margin-bottom:20px;
}


@media (max-width: 900px)
{
	#country {
		font-size: smaller;
		width: 50%;
	}
	.form-check{
		padding-left:2rem;
	}
}