@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Roboto', serif;
  font-size: 1em;
}

.row-entry-2col {
  float: left;
  margin-right: 4%;
  width: 46%;
}

@media screen and (max-width: 425px) {
    .row-entry-2col {
        float: none;
        margin: 10px 0 10px 0;
        width: 100%
    }
}

@media screen and (max-width: 720px) {
    .row-entry-2col {
        float: none;
        margin: 10px 0 10px 0;
        width: 100%
    }
}


a:link
{
    color:#FFFFFF;
}

a:visited
{
    color:#FFFFFF;
}

a:hover
{
    color:#FFFFFF;
}

/*need to learn more about media queries*/


h1 {
  color: #ffffff;
  font-size: 1.2em;
}

@media screen and (max-width: 425px) {
  h1 {
    background-color: black;
    font-size: 1.25em;
  }
}

@media screen and (min-width: 1280px) {
  h1 {
    background-color: black;
    font-size: 1.5em;
    font-weight: normal;
  }
}

@media screen and (max-width: 425px) {
    img {
         width: 100%;
    }
}

/*media queries above*/

body {
    background-color: black;
    text-decoration-color: white
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #ffffff;
}

p {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

/*Need to learn more about media querries - this is a guess so far-->
@media screen and (max-width: 425px)*/
  /* small */
 


    
/*Need to center social images unordered list*/
#footer { text-align: center; }
#footer ul { list-style: none; }
#footer ul li { display: inline; }

/*below is the CSS for the unordered list of social buttons*/

#menu-outer {
    height: 84px;
    background: url(images/bar-bg.jpg) repeat-x;
}

.table {
    display: table;   /* Allow the centering to work */
    margin: 0 auto;
}

ul#horizontal-list {
    min-width: 100%;
    list-style: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }

div#topnav{
  text-align: center;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #000000;
    overflow: hidden;
     text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ffffff;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.arqr-facebook-qr img {
width:55%;
min-width:220px;
}



