 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    font-family: Arial, sans-serif;    
    font-size: 24px;
    color: rgb(66, 63, 61);
}

a {
    color: rgb(66, 63, 61);
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.a-img {
    border-bottom: none;
}
strong {
    font-weight: bold;
}

section {
    padding: 40px 0px;
}

header h1 {
    text-align: center;
    color: #e74c3c;
    font-size: 50px;
    margin: 20px 0 30px 0;
    padding: 20px 0 20px 0;
    line-height: 1.3;
}
    #header-content {
        padding: 20px 10px 40px 10px;
        text-align: center;
    }
    
    #sub-header {
        height: 30px;
        background-color: #2980b9;
        width: 100%;
        border-bottom-width: 5px;
        border-style: solid;
        border-color: #e74c3c;
    }

.section-content {
    width: 940px;
    margin: 0 auto;
}

    .section-content .icon {
        width: 40%;
        margin-right: 4%;
        display: inline-block;
        
        transition: 1s;
        -webkit-transition: 1s;
    }
    
    .section-content .icon:hover {
        opacity: 0.4;
    }
    
    .section-content .text {
        width: 100%;
        vertical-align: top;
        text-align: justify;
        line-height: 1.6;
        display: inline-block;
    }
    
.section-header {
    text-align: center;
    color: #3498db;
    font-size: 50px;
    margin: 20px 0 50px 0;
    padding: 20px 0 20px 0;
    border-style: solid;
    border-color: #3498db;
    border-top-width: 2px;
    border-bottom-width: 2px;
    line-height: 1.3;
}

.section-header a {
  text-decoration: none !important;
  border: none !important;
  color: inherit;
}

.section-header.orange {
    color: #e67e22;
    border-color: #e67e22;
}

footer {
    padding: 10px 0px 20px 0px;
    font-size: 14px;
}
footer ul {
    text-align: center;
}

footer ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 2px;
}

footer ul li a {
    border: none;
}

/* -- SECTIONS -- */

#semaphore {
    background: #F5F5F5;
}

#morseonline {
    background: #FFF9F5;
}

#matthuthaythe {
    background: #F5F5F5;
}

#morse {
    background: #FFF9F5;
}