@font-face
{
    src:url('../fonts/Amarante/Amarante-Regular.ttf');
    font-family:Amarante; 
}

/*
@font-face
{
    src:url('../fonts/Asul/Asul-Regular.ttf');
    font-family:Asul; 
}
@font-face
{
    src:url('../fonts/Cantora_One/Cantora_One-Regular.ttf');
    font-family:Cantora_One; 
}
@font-face
{
    src:url('../fonts/Carrois_Gothic_SC/Carrois_Gothic_SC-Regular.ttf');
    font-family:Carrois_Gothic_SC; 
}
@font-face
{
    src:url('../fonts/Cherry_Swash/Cherry_Swash-Regular.ttf');
    font-family:Cherry_Swash; 
}
@font-face
{
    src:url('../fonts/Courgette/Courgette-Regular.ttf');
    font-family:Courgette; 
}
@font-face
{
    src:url('../fonts/Croissant_One/Croissant_One-Regular.ttf');
    font-family:Croissant_One; 
}
@font-face
{
    src:url('../fonts/Fugaz_One/Fugaz_One-Regular.ttf');
    font-family:Fugaz_One; 
}
@font-face
{
    src:url('../fonts/Germania_One/Germania_One-Regular.ttf');
    font-family:Germania_One; 
}
@font-face
{
    src:url('../fonts/Kalam/Kalam-Regular.ttf');
    font-family:Kalam; 
}
@font-face
{
    src:url('../fonts/Marko_One/Marko_One-Regular.ttf');
    font-family:Marko_One; 
}
@font-face
{
    src:url('../fonts/Merienda_One/Merienda_One-Regular.ttf');
    font-family:Merienda_One; 
}
@font-face
{
    src:url('../fonts/Nova_Round/Nova_Round-Regular.ttf');
    font-family:Nova_Round; 
}
@font-face
{
    src:url('../fonts/Passero_One/Passero_One-Regular.ttf');
    font-family:Passero_One; 
}
@font-face
{
    src:url('../fonts/Righteous/Righteous-Regular.ttf');
    font-family:Righteous; 
}
@font-face
{
    src:url('../fonts/Salsa/Salsa-Regular.ttf');
    font-family:Salsa; 
}
@font-face
{
    src:url('../fonts/Skranji/Skranji-Regular.ttf');
    font-family:Skranji; 
}
*/


html,body
{
    margin:0;
    padding:0;
}

body
{
    background:url('../images/2.jpg') center fixed no-repeat;
    background-size:cover;
    color:#fff;
    overflow:hidden;
}

h4
{
    position:fixed;
    bottom:0;
    text-align:center;
    width:100%;
}

h4 a
{
    color:#f5f035;
}

h4 a:hover
{
    color:#ffef14;
}

::selection
{
    background-color:#009688;
    color:#fff;
}

.font1 h1
{
    /*font-size:3em;*/
    font-size:36px;
    font-family:Amarante;
    text-align:center;
    /* 
    color:wheat; 
    color:#e1ffa7;
    
    color:#ecffc1;
    color:#2e57ce;
    */
    color:#393185;
}

.row1
{
    background: rgba(255,255,255,.6);
    /*height: 40%;*/
    width: 35%;
    margin: 8% auto 0 auto;
    border-radius: 25px;
    border: 5px inset #FF9800;
    text-align:center;
    padding:2%;
    transition:all 0.6s ease;
}

.row1:hover
{
    background: rgba(255,255,255,1);
    transition:all 0.6s ease;
    border:5px inset #f37448
}

.row1:hover h1
{
    color:#F44336;
    transition:all 0.6s ease;
}

/*
.font2
{
    font-family:Asul;
}
.font3
{
    font-family:Cantora_One;
}
.font4
{
    font-family:Carrois_Gothic_SC;
}
.font5
{
    font-family:Cherry_Swash;
}
.font6
{
    font-family:Courgette;
}
.font7
{
    font-family:Croissant_One;
}
.font8
{
    font-family:Fugaz_One;
}
.font9
{
    font-family:Germania_One;
}
.font10
{
    font-family:Joti_One;
}
.font11
{
    font-family:Kalam;
}
.font12
{
    font-family:Marko_One;
}
.font13
{
    font-family:Merienda_One;
}
.font14
{
    font-family:Nova_Round;
}
.font15
{
    font-family:Passero_One;
}
.font16
{
    font-family:Righteous;
}
.font17
{
    font-family:Salsa;
}
.font18
{
    font-family:Skranji;
}
*/

