body {
    width:100%;
    background-color: #FFF;
    height:auto;  
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    margin: 0px;           
}
h1 {
    /* background: -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4)); */
    /* background: -webkit-linear-gradient(orange, rgb(212, 4, 4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color:#FFF;
}

h2 {
    /* background: -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4)); */
    /* background: -webkit-linear-gradient(orange, rgb(212, 4, 4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size:16px;
}

.link_CCC, .link_gold, .link_tomato, .link_powderBlue, .link_mistyRose, .link_mediumPurple, .link_info,.link_join, .link_topGrey, .link_setting, .link_lightPink, .link_lightSalmon, .link_slateBlue, .link_mediumSlateBlue, .link_darkSeaGreen, .link_cornflowerBlue, .link_paleVioletRed, .link_top, .link_crimson, .link_steelBlue, .link_lightSteelBlue, .link_salmon, .link_lightBlue{
    background: LightSkyBlue;
    border:4px solid #FFF;
    display:inline-block;
    margin:1px;
    border-radius:50px;
    padding:10px;
    font-size:16px;
    color:#333;  
    font-weight:900;
    text-decoration: none;
    font-family: 'Nunito', sans-serif; /* font-family:'Roboto', sans-serif; */
}

.link_info{
    background:#EEE;
    border:1px solid #CCC;
    border-radius:4px;
    margin-top:8px;
}
.link_top{
    background:#87CEEB;
    border:4px solid #87CEEB; 
    margin-top:8px;
}
.link_topGrey{
    background:#EEE;
    border:4px solid #CCC;
    margin-top:8px;
}
.link_setting{
    background:#EEE;
    border:2px solid #CCC;
    margin-top:8px;
}
.link_join{
    background:#EEE;
    border:2px solid #CCC;
}


/*---------- COLOR LINK -----------*/

.link_gold{
    background: Gold;
}
.link_tomato{
    background: Tomato;
    color:#FFF;
}
.link_powderBlue{
    background: PowderBlue;
    font-weight:bold;
}
.link_mistyRose{
    background: MistyRose;
}
.link_mediumPurple{
    background: MediumPurple;
    color:#FFF;
}
.link_lightPink{
    background:LightPink;
    color:#666;
}
.link_paleVioletRed{
    background:PaleVioletRed;
    color:#FFF;
}

.link_CCC{
    background: #CCC;
}
.link_lightSalmon{
    background: LightSalmon;
}
.link_slateBlue{
    background: SlateBlue;
    color:#FFF;
}
.link_mediumSlateBlue{
    background: PaleTurquoise;
    color:#333;
}
.link_darkSeaGreen{
    background: DarkSeaGreen;
    color:#FFF;
}
.link_cornflowerBlue{
    background: CornflowerBlue;
    color:#FFF;
}
.link_crimson{
    background: Crimson;
    color:#FFF;
}
.link_steelBlue{
    background: SteelBlue;
    color:#FFF;
}
.link_lightSteelBlue{
    background: LightSteelBlue;
    color:#333;
}

.link_salmon{
    background: salmon;
    color:#FFF;
}

.link_lightBlue{
    background: LightBlue;
    color:#666;
}



.triangle-right-hover {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #FFF;
    height: 0;
    width: 0;
    float:left;
    margin-top:10px;
    transform: translateY(-50%);
    padding-right: 5px;
}



.sect1{
    width:100%; 
    max-width:1000px; 
    margin:0 auto; 
    padding-top:10px; 
    padding-bottom:50px;
}



.hg1{
    width:94%; 
    max-width:1000px; 
    margin:0 auto;
}


.navTopLink1{
    display:inline-block; background:#FFF; padding:10px; margin:2px; margin-top:4px; border-radius:4px; cursor:pointer;
}