/* -------------------------------- 

New styles

-------------------------------- */

body {
    font-family: letter-gothic-std, monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 16px !important;
    color: #666666;
}

.navlinks{
    font-family: letter-gothic-std, monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    outline: none;
    margin-right: 5px;
    margin-left: 5px;
}

.navlinks:hover{
    color: #FFCDD2;
    text-decoration: none;
    transition: all 0.25s linear;
}

.navlinks1{
    font-family: letter-gothic-std, monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    outline: none;
    margin-right: 5px;
    margin-left: 5px;
    transition: all 0.25s linear;
}

.navlinks1:hover{
    color: #FFCDD2;
    text-decoration: none;
    transition: all 0.25s linear;
}

.navlinks2{
    font-family: letter-gothic-std, monospace;
    font-weight: 700;
    font-style: normal; 
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    margin-right: 3px;
    margin-left: 3px;
    transition: all 0.25s linear;
}

.navlinks2:hover{
    color: #FFCDD2;
    text-decoration: none;
    transition: all 0.25s linear;
}

.navlinks2:active{
    color: #FFCDD2;
}

.hovsoclink{
    position:relative;
    margin-right: 2px;
    transition: all 0.25s linear;
}
.hovsoclink:hover{
    top:3px !important;
    cursor:pointer;
}

.smIcon{
    opacity: 1;
}

.smIcon:hover{
    opacity: .6;
}


.giant{
    font-family: letter-gothic-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #000;
}

.shabbychic{
    font-family: shabby-chic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 62px;
    color: #FFCDD2;
    line-height: 52px;
}

.giantshabbychic{
    font-family: shabby-chic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    color: #FFCDD2;
    line-height: 52px;
}


.link{
    font-size: 11px !important;
    color: #FFCDD2;
    opacity: 1;
}

.link:hover{
    font-size: 11px !important;
    color: #FFCDD2;
    text-decoration: none;
    opacity: .8;
}

.anime img{
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.anime img:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.jump{
    position: relative;
    -webkit-transition: transform 400ms linear;
    -moz-transition: transform 400ms linear;
    -o-transition: transform 400ms linear;
    transition: transform 400ms linear;
    cursor: pointer;
}

.jump:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

/***********************
  OUTLINE BUTTON
************************/
.buttonMC {
    background-color: white; 
    color: black; 
    border: 2px solid #000;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


.buttonMC:hover {
    background-color: #F06292;
    color: white;
}

.buttonSpotify {
    background: transparent; 
    color: white; 
    border: 2px solid #fff;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


.buttonSpotify:hover {
    background-color: #26A69A;
    color: white;
}

/***********************
  OUTLINE BUTTON
************************/


video#bgvid {
position: absolute; right: 0; bottom: 0; top: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(img/moveme.jpg) 50% 0% no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
background-size: cover !important;
}

video { display: block; }

video#bgvid { transition: 1s opacity; }
.stopfade { opacity: .5; }

#grad1 {
background: #DBE6F6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #C5796D, #DBE6F6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #C5796D, #DBE6F6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.border
    { border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    
}

.bdlogoSM {
    font-family: all-round-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;

}

@media screen and (max-device-width: 600px) {
body {

    background: #DAE2F8; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #DAE2F8 , #D6A4A4); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #DAE2F8 , #D6A4A4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-background-size: cover !important;
	background-size: cover !important; }
#bgvid { display: none; }
}
